dsteem
    Preparing search index...

    Interface AccountUpdateOperation

    Generic operation.

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

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "account_update"
    "1": {
        account: string;
        active?: AuthorityType;
        json_metadata: string;
        memo_key: string | PublicKey;
        owner?: AuthorityType;
        posting?: AuthorityType;
    }