Create a payment transaction URI from the given parameters. Returns the constructed URI string.
const uri = createPaymentTransactionUri({ receiverAddress: "0x...", amount: "10000000", (0.01 SUI) coinType: "0x2::sui::SUI", nonce: <nonce>, registryName: "my-registry"}); Copy
const uri = createPaymentTransactionUri({ receiverAddress: "0x...", amount: "10000000", (0.01 SUI) coinType: "0x2::sui::SUI", nonce: <nonce>, registryName: "my-registry"});
Create a payment transaction URI from the given parameters. Returns the constructed URI string.