Optional
data: PartialMessage<ExtensionOptionsWeb3TxSolana>chain should be "Solana"
fee_payer is an account address for the fee payer. It will be validated during EIP712 signature checking.
fee_payer_sig is a signature data from the fee paying account, allows to perform fee delegation when using EIP712 Domain.
sol_address is the address of the solana account. Used for indexing purposes because we can't natively go from a BitBadges address (what is used on-chain) to a solana address without knowing the solana address in the first place. This is because conversion to cosmos requires a hash of the solana address.
typed_data_chain_id is used only in EIP712 Domain and should match Ethereum network ID in a Web3 provider (e.g. Metamask).
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeStatic
equalsStatic
fromOptional
options: Partial<BinaryReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>Static
fromOptional
options: Partial<JsonReadOptions>
ExtensionOptionsWeb3Tx is an extension option that specifies the typed chain id, the fee payer as well as its signature data.
Generated
from message solana.ExtensionOptionsWeb3TxSolana