Skip to main content

JS Kit SDK API Reference / Records

Records

Record address derivation and verification APIs.

Interfaces

InterfaceDescription
GetRecordV1AddressParamsParameters for deriving a V1 record address.
GetRecordV2AddressParamsParameters for deriving a V2 record address.
VerifyRecordStalenessParamsParameters for verifying record staleness.

Functions

FunctionDescription
_getDefaultVerifierInternal helper that derives the default verifier for a record state.
_verifyRoaSyncInternal helper that verifies a record's Right of Association validation.
_verifyStalenessSyncInternal helper that verifies a record's staleness validation.
getRecordV1AddressDerives the address of a V1 record account.
getRecordV2AddressDerives the address of a V2 record account.
verifyRecordRightOfAssociationVerifies a record's Right of Association validation.
verifyRecordStalenessVerifies a record's staleness validation.