Skip to main content

BorrowSubmitSignatureInfo

@liquidium/client


@liquidium/client / BorrowSubmitSignatureInfo

Interface: BorrowSubmitSignatureInfo

Defined in: external/liquidium-sdk/packages/client/src/modules/lending/types.ts:60

Signature payload for submitting a prepared borrow action.

Extends

Properties

account?

optional account?: string

Defined in: external/liquidium-sdk/packages/client/src/core/wallet-actions.ts:127

Account that produced the signature, when different from the action default.

Inherited from

SignatureInfo.account


chain

chain: Chain

Defined in: external/liquidium-sdk/packages/client/src/core/wallet-actions.ts:125

Chain used to produce the signature.

Inherited from

SignatureInfo.chain


signature

signature: string

Defined in: external/liquidium-sdk/packages/client/src/core/wallet-actions.ts:123

Wallet signature over the action message.

Inherited from

SignatureInfo.signature