JS Kit SDK API Reference / Bindings / UpdateRecordParams
Interface: UpdateRecordParams
Defined in: bindings/updateRecord.ts:30
Parameters for updating a domain record.
Example
const params: UpdateRecordParams = {
domain: "example.sns",
record: Record.Url,
content: "https://example.com",
owner,
payer,
};
Properties
content
content:
string
Defined in: bindings/updateRecord.ts:36
Record content.
domain
domain:
string
Defined in: bindings/updateRecord.ts:32
Full .sns domain name.
owner
owner:
Address
Defined in: bindings/updateRecord.ts:38
Current domain owner.
payer
payer:
Address
Defined in: bindings/updateRecord.ts:40
Instruction fee payer.
record
record:
Record
Defined in: bindings/updateRecord.ts:34
Record type.