Interface: BeaconSignal ​
Defined in: packages/method/src/core/beacon/interfaces.ts:53
Represents a Beacon Signal, which is a transaction broadcasted by a Beacon to announce a DID update. BeaconSignal
Properties ​
blockMetadata ​
blockMetadata:
BlockMetadata
Defined in: packages/method/src/core/beacon/interfaces.ts:67
Metadata about the block containing the Beacon Signal.
signalBytes ​
signalBytes:
string
Defined in: packages/method/src/core/beacon/interfaces.ts:62
The beacon signal bytes hash (i.e. the hash of the BTCR2 update included in the Beacon Signal tx).
tx ​
Defined in: packages/method/src/core/beacon/interfaces.ts:57
The raw Bitcoin transaction representing the Beacon Signal.