JS Kit SDK API Reference / Instructions / AllocateAndPostRecordInstructionParams
Interface: AllocateAndPostRecordInstructionParams
Defined in: instructions/allocateAndPostRecordInstruction.ts:18
Input for allocating and writing an SNS V2 record.
Example
const params: AllocateAndPostRecordInstructionParams = { record, content };
Properties
content
content:
ReadonlyUint8Array
Defined in: instructions/allocateAndPostRecordInstruction.ts:22
Serialized record content.
record
record:
string
Defined in: instructions/allocateAndPostRecordInstruction.ts:20
Encoded V2 record label.