Developer Questions

Ask a Question
ANSWERED

How to request `EscrowCreate` Sequence number for `EscrowFinish` payload?

ChatGPT would like to apologize for the confusion, so how to request Sequence number for EscrowFinish, wherein the following code successfully connects and signs anEscrowCreate, after which the suggested sdk.getTransaction(txid) line throws undefined:

Possible to authorize in React Native using xumm universal SDK?

Here's the setup I'm currently trying:

ANSWERED

Trying to test Sign In flow on local environment (localhost), will it not work?

I've got XummPkce installed locally, and the metatag inserted to my application. Its running on 127.0.0.1:5173, so I'm assuming this won't work as it doesn't match my application's production URL. Is this correct? Or should I still be able to get it working locally?

ANSWERED

Query Xumm contact list.

Is there a way to get info related to which accounts are in the Xumm users address book?

temMALFORMED on "NFTokenMint"

I was minting NFTs from my Shopify app and signing with Xumm without problems until yesterday. Could you please help me? Here the info of the transaction:

What is the type of response for api call (get transaction details using transaction id)

We are retrieving transaction details using transaction id using JSON-RPC method but we need to know the type of response for API call. For example, if we try to retrieve Account NFTs we'll get response of type AccountNFTsResponse, likewise need response type for API call get transaction details using transaction id.
Sample code to retrieve transaction details,
const txInfo = await fetch({
method: 'tx',
params: [
{
transaction: txid,
binary: false
}
]
});
What is the type of txInfo object?

Escrow

Can the escrow(escrow creator) be customize to connect to a database with multiple wallet address and distribute a certain amount of xrp from another field in that same database?

ANSWERED

What is the best way to send purchase transaction or NFT mint to XUMM wallet for XRPL NFT

Hi there XUMM devs,
I'm new to XRPL and XUMM networks and I'm going to launch an NFT collection of 5000 arts on XRPL networks.
Can you guys please point me in the right direction on how I can set up a XUMM wallet "Connet" on my minting website and how can I send transactions to buyers?
I'm a solidity dev so this is new to me.
All help will be appreciated.

ANSWERED

Any idea why session cookies aren't being saved?

Hey there,