Type alias GetQuotePayload

GetQuotePayload: {
    commitment: Hex;
    hash: Hex;
    node: Address;
    paymentInfo: FilledPaymentInfo;
    userOps: MeeFilledUserOpDetails[];
}

Complete quote response from the MEE service

Type declaration

  • commitment: Hex

    Commitment hash

  • hash: Hex

    Hash of the supertransaction

  • node: Address

    Address of the MEE node

  • paymentInfo: FilledPaymentInfo

    Complete payment information with token amounts

  • userOps: MeeFilledUserOpDetails[]

    Array of user operations with their details