Skip to main content

MoxieWalletSendTransactionResponseType

Description

The response type for the sendTransaction method.

Type Signature

type MoxieWalletSendTransactionResponseType = {
hash: string;
caip2: EvmCaip2ChainId;
};

Fields

NameTypeDescription
hashstringHash for the broadcasted transaction.
caip2EvmCaip2ChainIdCAIP-2 chain ID for the network the transaction was broadcasted on.