Type alias TxUnpackedPayingForTx1Type

TxUnpackedPayingForTx1Type: TxUnpacked & {
    tag: PayingForTx;
    version: 1;
}

Type declaration

Generated using TypeDoc