Skip to content

api.procedures.types.OffChainAffirmationReceipt

prashantasdeveloper edited this page Oct 31, 2024 · 6 revisions

Interface: OffChainAffirmationReceipt

api/procedures/types.OffChainAffirmationReceipt

Table of contents

Properties

Properties

legId

legId: BigNumber

Index of the off chain leg within the instruction to be affirmed

Defined in

api/procedures/types.ts:1032


metadata

Optional metadata: string

(optional) Metadata value that can be used to attach messages to the receipt

Defined in

api/procedures/types.ts:1044


signature

signature: OffChainSignature

Signature confirming the receipt details

Defined in

api/procedures/types.ts:1040


signer

signer: string | Account

Signer of this receipt

Defined in

api/procedures/types.ts:1036


uid

uid: BigNumber

Unique receipt number set by the signer for their receipts

Defined in

api/procedures/types.ts:1028

Clone this wiki locally