Interface TxParamsAsyncGaMetaTx2
Properties
Optional_canIncreaseFee
_canIncreaseFee?: boolean
authData
authData: `cb_${string}` = ...
OptionalconsensusProtocolVersion
consensusProtocolVersion?: Ceres gaId
gaId: `ak_${string}` = ...
OptionalgasLimit
gasLimit?: number
OptionalgasMax
gasMax?: number
tx
tx:
| Uint8Array
| `tx_${string}`
| (
((TxParamsBySchemaInternal<PickIsRec<{ readonly tag: { serialize: (value: Tag.SignedTx) => Buffer; deserialize: (value: Buffer) => Tag.SignedTx; constValue: Tag.SignedTx; constValueOptional: boolean; }; readonly version: { ...; }; readonly signatures: { ...; }; readonly encodedTx: TransactionAny; }, true>> & Partial...
) = transactionSignedTx
Optionalversion
version?: 2