Interface AccountUpdateOperation

Account Update.

interface AccountUpdateOperation {
    0: "account_update";
    1: {
        account: string;
        active?: AuthorityType;
        extensions: any[];
        json_metadata: string;
        memo_key?: string | PublicKey;
        owner?: AuthorityType;
        posting?: AuthorityType;
        posting_json_metadata: string;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    account: string;
    active?: AuthorityType;
    extensions: any[];
    json_metadata: string;
    memo_key?: string | PublicKey;
    owner?: AuthorityType;
    posting?: AuthorityType;
    posting_json_metadata: string;
}