Skip to main content

Module fiber

Module fiber 

Source
Expand description

Fiber program re-exports for direct CPI access. Use when your program is executed via thread_exec and needs to manage fibers directly (cannot CPI back to thread program due to reentrancy).

Modules§

cpi

Structs§

AntegenFiber
Type representing the program.
CompiledInstructionV0
Compiled instruction containing deduplicated accounts
FiberState
Represents a single fiber (instruction) in a thread’s execution sequence. Owned by the Fiber Program. Thread PDA is the universal signer/payer.

Statics§

ID
The static program ID

Functions§

decompile_instruction
Decompile a compiled instruction back to a regular instruction