ChainSig.js Documentation - v1.1.6
Preparing search index...
chainAdapters
solana
SolanaTransactionRequest
Interface SolanaTransactionRequest
interface
SolanaTransactionRequest
{
from
:
string
;
to
:
string
;
amount
:
bigint
|
BN
;
instructions
?:
TransactionInstruction
[]
;
feePayer
?:
PublicKey
;
}
Index
Properties
from
to
amount
instructions?
fee
Payer?
Properties
from
from
:
string
to
to
:
string
amount
amount
:
bigint
|
BN
Optional
instructions
instructions
?:
TransactionInstruction
[]
Optional
fee
Payer
feePayer
?:
PublicKey
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
to
amount
instructions
fee
Payer
ChainSig.js Documentation - v1.1.6
Loading...