Type alias WalletActionMsg
WalletActionMsg: {
action: string;
blockHeight: unknown;
blockTime: unknown;
owner: string;
type: "WALLET_ACTION";
}
Type declaration
action: string
blockHeight: unknown
blockTime: unknown
owner: string
type: "WALLET_ACTION"
Defined by walletAction struct in msg_server.go