fix: rename nonce instructions with VerbNoun scheme
This commit is contained in:
committed by
Michael Vines
parent
fc007b02ae
commit
cca9c5d922
@@ -105,7 +105,7 @@ type TransactionCtorFields = {|
|
||||
*
|
||||
* @typedef {Object} NonceInformation
|
||||
* @property {nonce} The current Nonce blockhash
|
||||
* @property {nonceInstruction} The NonceAdvance Instruction
|
||||
* @property {nonceInstruction} The AdvanceNonceAccount Instruction
|
||||
*/
|
||||
type NonceInformation = {|
|
||||
nonce: Blockhash,
|
||||
|
Reference in New Issue
Block a user