Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppliedAccountCreateOperation

Account Create.

Hierarchy

Index

Properties

block

block: number

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 }
    • active: 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
    • owner: AuthorityType
    • posting: AuthorityType

op_in_trx

op_in_trx: number

timestamp

timestamp: string

trx_id

trx_id: string

trx_in_block

trx_in_block: number

virtual_op

virtual_op: number

Generated using TypeDoc