Type Alias DelegatedGrantRecordsWriteMessage
DelegatedGrantRecordsWriteMessage: { authorization: { signature: GeneralJws; }; contextId?: string; descriptor: { dataCid: string; dataFormat: string; dataSize: number; dateCreated: string; datePublished?: string; interface: Records; messageTimestamp: string; method: Write; parentId?: string; protocol?: string; protocolPath?: string; published?: boolean; recipient?: string; schema?: string; }; encodedData: string; recordId: string; } Type declaration
authorization: {
signature: GeneralJws;
}
Optional
contextId?: string
descriptor: {
dataCid: string;
dataFormat: string;
dataSize: number;
dateCreated: string;
datePublished?: string;
interface: Records;
messageTimestamp: string;
method: Write;
parentId?: string;
protocol?: string;
protocolPath?: string;
published?: boolean;
recipient?: string;
schema?: string;
}
dataCid: string
dataFormat: string
dataSize: number
dateCreated: string
Optional
datePublished?: string
messageTimestamp: string
Optional
parentId?: string
Optional
protocol?: string
Optional
protocolPath?: string
Optional
published?: boolean
Optional
recipient?: string
Optional
schema?: string
encodedData: string
recordId: string
The signature of the author.