Type alias RecordsDeleteOptions

RecordsDeleteOptions: {
    delegatedGrant?: RecordsWriteMessage;
    messageTimestamp?: string;
    protocolRole?: string;
    prune?: boolean;
    recordId: string;
    signer: Signer;
}

Type declaration

  • Optional delegatedGrant?: RecordsWriteMessage

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

  • Optional messageTimestamp?: string
  • Optional protocolRole?: string
  • Optional prune?: boolean

    Denotes if all the descendent records should be purged. Defaults to false.

  • recordId: string
  • signer: Signer