Type alias BuildTxOptions<TxType, OmitFields>

BuildTxOptions<TxType, OmitFields>: Omit<TxParamsAsync & {
    tag: TxType;
}, "tag" | OmitFields>

Type Parameters

  • TxType extends Tag

  • OmitFields extends string

Generated using TypeDoc