Coda by Ian Macalinao
Preparing search index...
@macalinao/coda
constantPdaSeedNode
Function constantPdaSeedNode
constantPdaSeedNode
<
const
TType
extends
TypeNode
,
const
TValue
extends
ConstantPdaSeedValue
,
>
(
type
:
TType
,
value
:
TValue
,
)
:
ConstantPdaSeedNode
<
TType
,
TValue
>
A PDA seed with a constant value (e.g. a UTF-8 string or a fixed byte sequence).
Type Parameters
const
TType
extends
TypeNode
const
TValue
extends
ConstantPdaSeedValue
Parameters
type
:
TType
value
:
TValue
Returns
ConstantPdaSeedNode
<
TType
,
TValue
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Coda by Ian Macalinao
Loading...
A PDA seed with a constant value (e.g. a UTF-8 string or a fixed byte sequence).