Type alias WalletSpendActionMsg
WalletSpendActionMsg: {
blockHeight: unknown;
blockTime: unknown;
owner: string;
spendAction: string;
type: "WALLET_SPEND_ACTION";
}
Type declaration
blockHeight: unknown
blockTime: unknown
owner: string
spendAction: string
type: "WALLET_SPEND_ACTION"
Defined by walletSpendAction struct in msg_server.go