Class: BeaconCohortSignatureAuthorizationMessage ​
Defined in: packages/method/src/core/beacon/aggregation/cohort/messages/sign/signature-authorization.ts:21
Participant → Coordinator. Delivers the participant’s partial signature over the PSBT, authorizing the final Beacon signal (transaction) once all signatures are collected. BeaconCohortSignatureAuthorizationMessage
Extends ​
Constructors ​
Constructor ​
new BeaconCohortSignatureAuthorizationMessage(
__namedParameters):BeaconCohortSignatureAuthorizationMessage
Defined in: packages/method/src/core/beacon/aggregation/cohort/messages/sign/signature-authorization.ts:22
Parameters ​
__namedParameters ​
CohortSignatureAuthorizationMessage
Returns ​
BeaconCohortSignatureAuthorizationMessage
Overrides ​
Properties ​
body? ​
optionalbody:BaseBody
Defined in: packages/method/src/core/beacon/aggregation/cohort/messages/base.ts:32
Inherited from ​
from ​
from:
string
Defined in: packages/method/src/core/beacon/aggregation/cohort/messages/base.ts:31
Inherited from ​
to? ​
optionalto:string
Defined in: packages/method/src/core/beacon/aggregation/cohort/messages/base.ts:30
Inherited from ​
type ​
type:
string
Defined in: packages/method/src/core/beacon/aggregation/cohort/messages/base.ts:29
Inherited from ​
Methods ​
json() ​
json():
Base
Defined in: packages/method/src/core/beacon/aggregation/cohort/messages/base.ts:54
Converts a BaseMessage to a JSON object.
Returns ​
The JSON representation of the BaseMessage.
Inherited from ​
fromJSON() ​
staticfromJSON(data):BeaconCohortSignatureAuthorizationMessage
Defined in: packages/method/src/core/beacon/aggregation/cohort/messages/sign/signature-authorization.ts:33
Initializes an BeaconCohortSignatureAuthorizationMessage from a given CohortSignatureAuthorizationMessage object.
Parameters ​
data ​
any
The data object to initialize the BeaconCohortSignatureAuthorizationMessage.
Returns ​
BeaconCohortSignatureAuthorizationMessage
The serialized BeaconCohortSignatureAuthorizationMessage.