Query for a payment record in a registry. Returns the payment record data if it exists, null otherwise.
const paymentRecord = await client.getPaymentRecord({ registry, nonce, amount, receiver, coinType }); Copy
const paymentRecord = await client.getPaymentRecord({ registry, nonce, amount, receiver, coinType });
Static
Query for a payment record in a registry. Returns the payment record data if it exists, null otherwise.