UNPKG

istetempora

Version:

Slick builder APIs for Arweave smart contract creation

14 lines (13 loc) 168 B
export type Context< S = unknown, P = any, > = { state: S; action: { input: { function: string; payload: P; }; caller?: string; }; };