Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

active

active: Authority

extensions

extensions: any[] = []

Optional fee

Optional feeAssetId

feeAssetId: ChainObject

name

name: string

options

owner

owner: Authority

registrar

registrar: ChainObject

type

Methods

setFee

  • setFee(fee?: Fee): void

Static create

  • A new account create operation constructor.

    Parameters

    • registrar: ChainObject

      existing account id used to register the new account

    • name: string

      new account name

    • address: Address

      new account public key address

    • Optional fee: Fee

      fee for the operation or asset id, if left undefined the fee will be computed in DCT asset. When set, the request might fail if the asset is not convertible to DCT or conversion pool is not large enough

    Returns AccountCreateOperation

    a transaction confirmation

Generated using TypeDoc