JS Kit SDK API Reference / Records
Records
Record address derivation and verification APIs.
Interfaces
| Interface | Description |
|---|---|
| GetRecordV1AddressParams | Parameters for deriving a V1 record address. |
| GetRecordV2AddressParams | Parameters for deriving a V2 record address. |
| VerifyRecordStalenessParams | Parameters for verifying record staleness. |
Functions
| Function | Description |
|---|---|
| _getDefaultVerifier | Internal helper that derives the default verifier for a record state. |
| _verifyRoaSync | Internal helper that verifies a record's Right of Association validation. |
| _verifyStalenessSync | Internal helper that verifies a record's staleness validation. |
| getRecordV1Address | Derives the address of a V1 record account. |
| getRecordV2Address | Derives the address of a V2 record account. |
| verifyRecordRightOfAssociation | Verifies a record's Right of Association validation. |
| verifyRecordStaleness | Verifies a record's staleness validation. |