Type alias SendResponse

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

response after sending

Type declaration

  • keep: Proof[]

    Proofs that exceeded the needed amount

  • send: Proof[]

    Proofs to be sent, matching the chosen amount

Generated using TypeDoc