Interface BlockchainRequestV3<T>

Type Parameters

  • T extends string = string

Hierarchy

Properties

accountId: string
blockchainData: {
    scope: string;
    type: string;
}

Type declaration

  • scope: string
  • type: string
blockchainIdentifier: T

Generated using TypeDoc