Escrow Contract
Escrows
{
userPublicKey: string,
timestamp: number,
fee: string
type: ProtocolEventTypes,
unlocks?: {escrowId: string, amount: string}[],
earlyUnlocks?: {escrowId: string, amount: string}[],
lockAmount?: string,
period?: number,
}High-Level Contract Process Flow
Last updated