dsteem
    Preparing search index...

    Interface AccountCreateOperation

    Generic operation.

    interface AccountCreateOperation {
        "0": "account_create";
        "1": {
            active: AuthorityType;
            creator: string;
            fee: string | Asset;
            json_metadata: string;
            memo_key: string | PublicKey;
            new_account_name: string;
            owner: AuthorityType;
            posting: AuthorityType;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "account_create"
    "1": {
        active: AuthorityType;
        creator: string;
        fee: string | Asset;
        json_metadata: string;
        memo_key: string | PublicKey;
        new_account_name: string;
        owner: AuthorityType;
        posting: AuthorityType;
    }