UNPKG

@reactivemarkets/switchboard-sdk

Version:
12 lines (11 loc) 264 B
export interface IMessageBuilder { /** * Build the bytes to send on the wire. */ build(): Uint8Array; /** * Time of message transmission in UTC. * @param sendingTime */ sendingTime(sendingTime?: bigint): IMessageBuilder; }