UNPKG

@firefly-exchange/library-sui

Version:

Sui library housing helper methods, classes to interact with Bluefin protocol(s) deployed on Sui

7 lines (6 loc) 160 B
import { Serialized } from "../../types"; export interface IRequestPayload { rawData: unknown; serializedData: Serialized; signature: Serialized; }