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 });
Get the registry object id from a registry name. Returns the derived registry id.
const registryId = await client.getRegistryIdFromName("my-registry"); Copy
const registryId = await client.getRegistryIdFromName("my-registry");
Query for a payment record in a registry. Returns the payment record data if it exists, null otherwise.