@tributary-so/sdk
Preparing search index...
ValidationRecipeOutput
Interface ValidationRecipeOutput
A recipe-produced validation phase: spec + on-chain init struct.
interface
ValidationRecipeOutput
{
init
:
{
numPinnedAccounts
:
number
;
pinnedAccounts
:
{
index
:
number
;
pubkey
:
PublicKey
}
[]
;
validationData
:
Buffer
;
}
;
spec
:
DecodeEnum
;
}
Index
Properties
init
spec
Properties
init
init
:
{
numPinnedAccounts
:
number
;
pinnedAccounts
:
{
index
:
number
;
pubkey
:
PublicKey
}
[]
;
validationData
:
Buffer
;
}
spec
spec
:
DecodeEnum
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
init
spec
@tributary-so/sdk
Loading...
A recipe-produced validation phase: spec + on-chain init struct.