UNPKG

@cobaltx/sdk-v2

Version:

An SDK for building applications on top of CobaltX.

5 lines (3 loc) 186 B
import { nu64, struct, u8 } from "../../marshmallow"; export const purchaseLayout = struct([u8("instruction"), nu64("amount")]); export const claimLayout = struct([u8("instruction")]);