MultisigAddress

MultisigAddress

new MultisigAddress()

Version:
  • 1.0

The MultisigAddress model module.

Members

address :String

Multisig associated account address

Type:
  • String

weight :Number

Weight of Multisig associated account

Type:
  • Number

Methods

(static) constructFromObject(data, obj) → {MultisigAddress}

Constructs a MultisigAddress from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj MultisigAddress

Optional instance to populate.

Returns:

The populated MultisigAddress instance.

Type
MultisigAddress

MultisigAddress

new MultisigAddress(address, weight)

Constructs a new MultisigAddress. Multisig-associated account

Parameters:
Name Type Description
address String

Multisig associated account address

weight Number

Weight of Multisig associated account

Members

address :String

Multisig associated account address

Type:
  • String

weight :Number

Weight of Multisig associated account

Type:
  • Number

Methods

(static) constructFromObject(data, obj) → {MultisigAddress}

Constructs a MultisigAddress from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj MultisigAddress

Optional instance to populate.

Returns:

The populated MultisigAddress instance.

Type
MultisigAddress