Skip to content

RangeSASAttestation

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / RangeSASAttestation

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10969

Range SAS attestation structure

Represents a verifiable claim issued by Range SAS.

uid: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10971

Unique identifier for this attestation


schema: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10973

Schema defining the attestation type (e.g., ‘range-kyc-v1’)


issuer: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10975

Address of the attestation issuer


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: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10981

Unix timestamp when attestation was created


expiresAt: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10983

Unix timestamp when attestation expires (0 = never)


signature: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10985

Cryptographic signature from issuer


optional revoked?: boolean

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10987

Whether the attestation has been revoked


optional txSignature?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:10989

On-chain transaction signature (if stored on-chain)