op
op
: { type
: "account_create_operation"; value
: { active
: AuthorityType; creator
: string; fee
: { amount
: string; nai
: string; precision
: number }; json_metadata
: string; memo_key
: string | PublicKey; new_account_name
: string; owner
: AuthorityType; posting
: AuthorityType } }
Type declaration
-
type: "account_create_operation"
-
value: { active: AuthorityType; creator: string; fee: { amount: string; nai: string; precision: number }; json_metadata: string; memo_key: string | PublicKey; new_account_name: string; owner: AuthorityType; posting: AuthorityType }
-
-
creator: string
-
fee: { amount: string; nai: string; precision: number }
-
amount: string
-
nai: string
-
precision: number
-
json_metadata: string
-
memo_key: string | PublicKey
-
new_account_name: string
-
-
Account Create.