Type alias SendResponse

SendResponse: {
    returnChange: Proof[];
    send: Proof[];
}

response after sending

Type declaration

  • returnChange: Proof[]

    Proofs that exceeded the needed amount

  • send: Proof[]

    Proofs to be sent, matching the chosen amount

Generated using TypeDoc