WalletActionMsg: {
    action: string;
    blockHeight: unknown;
    blockTime: unknown;
    owner: string;
    type: "WALLET_ACTION";
}

Defined by walletAction struct in msg_server.go

Type declaration

  • action: string

    JSON of marshalled BridgeAction

  • blockHeight: unknown
  • blockTime: unknown
  • owner: string

    base64 of Uint8Array of bech32 data

  • type: "WALLET_ACTION"

and walletSpendAction in msg_server.go