UNPKG

@allo-team/allo-v2-sdk

Version:
7 lines (6 loc) 128 B
export type Allocation = { profileOwner: `0x${string}`; amount: bigint; token: `0x${string}`; nonce: bigint; };