Type Alias ProtocolsConfigureOptions

ProtocolsConfigureOptions: {
    definition: ProtocolDefinition;
    delegatedGrant?: DataEncodedRecordsWriteMessage;
    messageTimestamp?: string;
    permissionGrantId?: string;
    signer: Signer;
}

Type declaration

  • definition: ProtocolDefinition
  • OptionaldelegatedGrant?: DataEncodedRecordsWriteMessage

    The delegated grant invoked to sign on behalf of the logical author, which is the grantor of the delegated grant.

  • OptionalmessageTimestamp?: string
  • OptionalpermissionGrantId?: string
  • signer: Signer