Type alias PermissionResponseOutput

PermissionResponseOutput: PermissionResponse & {
    accountInfo: AccountInfo;
    address: string;
    walletKey?: string;
}

Type declaration

  • accountInfo: AccountInfo
  • address: string
  • Optional walletKey?: string

Generated using TypeDoc