Optional
confirmOptional
programs?: undefined | Program[]An optional set of programs that override the registered ones.
You may set this option globally by calling
metaplex.programs().register(programs)
.
[]
Optional
commitment?: undefined | CommitmentThe level of commitment desired when querying the state of the blockchain.
Defaults to undefined
which will use
the commitment level set on the Connection
object.
Optional
payer?: SignerThe wallet that should pay for transaction fees and, potentially, rent-exempt fees to create accounts.
Defaults to the default fee payer of the RPC module which, itself, defaults to the current identity.
You may set this option globally by calling
metaplex.rpc.setDefaultFeePayer(payer)
.
metaplex.rpc().getDefaultFeePayer()
Generated using TypeDoc
Options for confirming transactions as defined by the Solana web3.js library.
Default Value
if the
commitmentoption is set, otherwise
{}`.