Interface CreateClaimedAccountOperation

Generic operation.

interface CreateClaimedAccountOperation {
    0: "create_claimed_account";
    1: {
        active: AuthorityType;
        creator: string;
        extensions: any[];
        json_metadata: string;
        memo_key: string | PublicKey;
        new_account_name: string;
        owner: AuthorityType;
        posting: AuthorityType;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    active: AuthorityType;
    creator: string;
    extensions: any[];
    json_metadata: string;
    memo_key: string | PublicKey;
    new_account_name: string;
    owner: AuthorityType;
    posting: AuthorityType;
}

Type declaration