Skip to content

What is the difference between setAdvanceNonceAccount and setNonceAccount #4200

Answered by satoshiotomakan
aminsato asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @aminsato, setAdvanceNonceAccount is a deprecated functionality, and can be used to generate a transaction that can only advance a nonce account, but doesn't do anything else.

setNonceAccount means that you can sign any Solana transaction (transfer, SPL transfer, Delegate etc) offline by using of durable nonce.
Basically, you need to use setNonceAccount only.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by aminsato
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants