Optional
accountOptional, the account to use for the transaction. AvalancheAccount, Address
The chain to sign the transaction on. "X" | "P" | "C"
Optional
contextOptional, the context to use for the transaction. ContextType.Context
Optional
disableOptional, the disable auth to use for the transaction. number[]
Optional
disableOptional, the disable owners to use for the transaction. PChainOwner
Optional
signedThe signed transaction in hex format. string
Optional
subnetOptional, the subnet auth to use for the transaction. number[]
Optional
subnetOptional, the subnet owners to use for the transaction. PChainOwner
Optional
txThe transaction to sign, either a hex string or an UnsignedTx object. string
or UnsignedTx
Optional
utxoOptional, the utxo ids to use for the transaction. string[]
The parameters for the signXPTransaction method