AuthenticityDetails
Represents details related to the authenticity of a record, including signatures.
- Full name:
\Bloock\Entity\Record\AuthenticityDetails
Properties
signatures
private array $signatures
Methods
__construct
Constructs a AuthenticityDetails object with the specified parameters.
public __construct(array $signatures): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
$signatures | array |
getSignatures
Gets the signatures of the record.
public getSignatures(): array
fromProto
public static fromProto(\Bloock\AuthenticityDetails $details): \Bloock\Entity\Record\AuthenticityDetails
- This method is static.
Parameters:
Parameter | Type | Description |
---|---|---|
$details | \Bloock\AuthenticityDetails |
toProto
public toProto(): \Bloock\AuthenticityDetails
Automatically generated on 2024-04-02