Preparing search index...
The search index is not available
@anchor-lang/core - v1.0.1
@anchor-lang/core
utils
rpc
invoke
Function invoke
invoke
(
programId
,
accounts
?
,
data
?
,
provider
?
)
:
Promise
<
TransactionSignature
>
Sends a transaction to a program with the given accounts and instruction data.
Parameters
programId
:
Address
Optional
accounts
:
AccountMeta
[]
Optional
data
:
Buffer
Optional
provider
:
Provider
Returns
Promise
<
TransactionSignature
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@anchor-lang/core - v1.0.1
Loading...
Sends a transaction to a program with the given accounts and instruction data.