RangeSASAttestation
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / RangeSASAttestation
Interface: RangeSASAttestation
Section titled “Interface: RangeSASAttestation”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10969
Range SAS attestation structure
Represents a verifiable claim issued by Range SAS.
Properties
Section titled “Properties”uid:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10971
Unique identifier for this attestation
schema
Section titled “schema”schema:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10973
Schema defining the attestation type (e.g., ‘range-kyc-v1’)
issuer
Section titled “issuer”issuer:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10975
Address of the attestation issuer
subject
Section titled “subject”subject:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10977
Address of the attestation subject (auditor wallet)
data:
Record<string,unknown>
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10979
Attestation data payload
timestamp
Section titled “timestamp”timestamp:
number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10981
Unix timestamp when attestation was created
expiresAt
Section titled “expiresAt”expiresAt:
number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10983
Unix timestamp when attestation expires (0 = never)
signature
Section titled “signature”signature:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10985
Cryptographic signature from issuer
revoked?
Section titled “revoked?”
optionalrevoked?:boolean
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10987
Whether the attestation has been revoked
txSignature?
Section titled “txSignature?”
optionaltxSignature?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10989
On-chain transaction signature (if stored on-chain)