Interface SignedTx<TBaseTx>

interface SignedTx<TBaseTx> {
    tx: TBaseTx;
    signature: string;
}

Type Parameters

  • TBaseTx

Hierarchy

  • SignedTx

    Properties

    Properties

    signature: string