@agorio/sdkDocs


Interface: SignedMandate<T>

Type Parameters

T extends IntentMandate = CartMandate

Properties

algorithm

algorithm: string

Algorithm tag

Defined in

src/client/ap2-client.ts:140


keyId

keyId: string

Key identifier for the signing key

Defined in

src/client/ap2-client.ts:142


mandate

mandate: T

Defined in

src/client/ap2-client.ts:136


signature

signature: string

Signature produced by the configured signer

Defined in

src/client/ap2-client.ts:138