Categorygithub.com/pavebank/pdk-go
modulepackage
0.0.3
Repository: https://github.com/pavebank/pdk-go.git
Documentation: pkg.go.dev

# README

# Functions

Return the byte slices based on the Args in linear memory.
Unmarshal data in linear memory into struct based on Args.
Allocate and store bytes in linear memory, and return the Args to that allocation.
Get config that is stored during creation of PaveApps.
Unmarshal PaveApps Trigger handler input into byte slice.
Unmarshal PaveApps Trigger handler input into struct.
Marshal struct to byte slice and store in linear memory, returning the Args.

# Type aliases

Args type is a uint64 type Args to the location in linear memory where allocations begins.