Interface GrantRevocationOptions

Represents the options for creating a new GrantRevocation instance.

interface GrantRevocationOptions {
    connectedDid: string;
    message: DataEncodedRecordsWriteMessage;
}

Properties

connectedDid: string

The DID of the DWN tenant under which record operations are being performed.

message: DataEncodedRecordsWriteMessage

The DWN message used to construct this revocation