@caravan/sdk API - v0.0.0
Preparing search index...
index
CommitInput
Interface CommitInput
interface
CommitInput
{
bond
?:
{
deploy
?:
DeployBondInput
;
deposit
?:
DepositBondInput
}
;
commitment
:
PurchaseCommitment
;
publish
?:
boolean
;
signal
?:
AbortSignal
;
signer
:
TypedDataSigner
;
}
Index
Properties
bond?
commitment
publish?
signal?
signer
Properties
Optional
bond
bond
?:
{
deploy
?:
DeployBondInput
;
deposit
?:
DepositBondInput
}
commitment
commitment
:
PurchaseCommitment
Optional
publish
publish
?:
boolean
Optional
signal
signal
?:
AbortSignal
signer
signer
:
TypedDataSigner
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bond
commitment
publish
signal
signer
@caravan/sdk API - v0.0.0
Loading...