Documentation
    Preparing search index...

    Interface BlockchainRequestV3<T>

    interface BlockchainRequestV3<T extends string = string> {
        accountId: string;
        blockchainData: { scope: string; type: string };
        blockchainIdentifier: T;
        type: BlockchainRequest;
    }

    Type Parameters

    • T extends string = string

    Hierarchy (View Summary)

    Index

    Properties

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