Structs§
- Stream
Flow - StreamFlow is the struct containing all our necessary metadata.
Functions§
- any_
as_ ⚠u8_ slice - Serialize any to u8 slice.
- entrypoint⚠
- Safety
- process_
instruction - The program entrypoint
- unpack_
account_ data - Deserialize account data into StreamFlow struct. This is used for reading the metadata from the account holding the locked funds.
- unpack_
init_ instruction - Deserialize instruction_data into StreamFlow struct. This is used to read instructions given to us by the program’s initializer.