Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface IdentifierCreateRequest

    interface IdentifierCreateRequest {
        createArguments?: MultiSigIdentifierCreateArguments;
        toResolve?: PendingAccount<AccountKeyAlgorithm>;
        type: NETWORK | TOKEN | STORAGE | MULTISIG;
    }
    Index

    Properties