Type alias OrderDataBeta

OrderData: {
    [key: string]: never;
}

Message sent by Alice to the PFI to accept a Quote. Order is currently an empty object

Type declaration

  • [key: string]: never