Directories ¶
Path | Synopsis |
---|---|
gen
module
|
|
Package sdk : a go-fvm-sdk for creation actors.
|
Package sdk : a go-fvm-sdk for creation actors. |
adt
Package adt provides amt array and map for contract to store something big, avoid to load big data most code move from https://github.com/filecoin-project/specs-actors/tree/master/actors/util/adt
|
Package adt provides amt array and map for contract to store something big, avoid to load big data most code move from https://github.com/filecoin-project/specs-actors/tree/master/actors/util/adt |
ferrors
Package ferrors fvm errors
|
Package ferrors fvm errors |
frc42dispatch
Package frc42dispatch implement frc42 reference https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0042.md
|
Package frc42dispatch implement frc42 reference https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0042.md |
internal
Package internal definite type/function for both sys and sdk
|
Package internal definite type/function for both sys and sdk |
sys
Package sys is used to interact with fvm and in this package non-fvm file used to index for ide, this can be convenient for development file with _call suffix defines the wasm export function file with _simulate used to simulate system call, useful for actor unit test others file was wrap for _call file, make the type and style more closely match the standard of go
|
Package sys is used to interact with fvm and in this package non-fvm file used to index for ide, this can be convenient for development file with _call suffix defines the wasm export function file with _simulate used to simulate system call, useful for actor unit test others file was wrap for _call file, make the type and style more closely match the standard of go |
sys/simulated
Package simulated is simulated of fvm
|
Package simulated is simulated of fvm |
types
Package types go-fvm-sdk types
|
Package types go-fvm-sdk types |
Click to show internal directories.
Click to hide internal directories.