Type alias WalletEvent

WalletEvent: {
    data: any;
    name: string;
}

Type declaration

  • data: any
  • name: string

Generated using TypeDoc