Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Authority

Hierarchy

  • Authority

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Authority(__namedParameters: object): Authority
  • Parameters

    • __namedParameters: object
      • account_auths: Object[]
      • key_auths: Object[]
      • weight_threshold: number

    Returns Authority

Properties

account_auths

account_auths: Array<[string, number]>

key_auths

key_auths: Array<[string | PublicKey, number]>

weight_threshold

weight_threshold: number

Methods

Static from

Generated using TypeDoc