Swig TS — API References
Preparing search index...
@swig-wallet/classic
Web3Instruction
Interface Web3Instruction<T, U, V>
interface
Web3Instruction
<
T
extends
Web3PublicKey
=
Web3PublicKey
,
U
extends
ReadonlyUint8Array
=
ReadonlyUint8Array
,
V
extends
Web3PublicKey
=
Web3PublicKey
,
>
{
data
:
U
;
keys
:
Web3AccountMeta
<
T
>
[]
;
programId
:
V
;
}
Type Parameters
T
extends
Web3PublicKey
=
Web3PublicKey
U
extends
ReadonlyUint8Array
=
ReadonlyUint8Array
V
extends
Web3PublicKey
=
Web3PublicKey
Index
Properties
data
keys
program
Id
Properties
data
data
:
U
keys
keys
:
Web3AccountMeta
<
T
>
[]
program
Id
programId
:
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
keys
program
Id
Swig TS — API References
Loading...