MultisigTransactionStatus

MultisigTransactionStatus

new MultisigTransactionStatus()

Version:
  • 1.0

The MultisigTransactionStatus model module.

Members

signedWeight :Number

The threshold of the signatures that the transaction received

Type:
  • Number

status :String

Current status of the transaction

Type:
  • String

threshold :Number

Threshold required to send this transaction.

Type:
  • Number

transactionHash :String

Hash value of the transaction

Type:
  • String

transactionId :String

ID for multisig transaction

Type:
  • String

weight :Number

Weighted value of the signer

Type:
  • Number

reminders :Array.<String>

Type:
  • Array.<String>

Methods

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

Constructs a MultisigTransactionStatus 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 MultisigTransactionStatus

Optional instance to populate.

Returns:

The populated MultisigTransactionStatus instance.

Type
MultisigTransactionStatus

MultisigTransactionStatus

new MultisigTransactionStatus(signedWeight, status, threshold, transactionId, weight)

Constructs a new MultisigTransactionStatus. Current status of multisig transaction

Parameters:
Name Type Description
signedWeight Number

The threshold of the signatures that the transaction received

status String

Current status of the transaction

threshold Number

Threshold required to send this transaction.

transactionId String

ID for multisig transaction

weight Number

Weighted value of the signer

Members

signedWeight :Number

The threshold of the signatures that the transaction received

Type:
  • Number

status :String

Current status of the transaction

Type:
  • String

threshold :Number

Threshold required to send this transaction.

Type:
  • Number

transactionHash :String

Hash value of the transaction

Type:
  • String

transactionId :String

ID for multisig transaction

Type:
  • String

weight :Number

Weighted value of the signer

Type:
  • Number

reminders :Array.<String>

Type:
  • Array.<String>

Methods

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

Constructs a MultisigTransactionStatus 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 MultisigTransactionStatus

Optional instance to populate.

Returns:

The populated MultisigTransactionStatus instance.

Type
MultisigTransactionStatus