Closed febo closed 2 months ago
This PR adds types needed to invoke other programs using sol_invoke_signed_c syscall.
sol_invoke_signed_c
Types defined on the instruction module:
instruction
Account
AccountMeta
Instruction
Seed
Signer
These types are intended to be used by client code.
Types defined on the program module:
program
CInstruction
This PR adds types needed to invoke other programs using
sol_invoke_signed_c
syscall.Types defined on the
instruction
module:Account
AccountMeta
Instruction
Seed
Signer
These types are intended to be used by client code.
Types defined on the
program
module:CInstruction
(private type)