Private
Readonly
clientthe cluster to clone the account from (MainnetBeta or Devnet)
the pubkey of the account to clone
optional parameters to further configure how the account is cloned
Optional
commitment?: "processed" | "confirmed" | "finalized"the commitment that the clone operation should
reach before cloneAccount
returns, default is confirmed
Modifies an account.
the modification to apply to the account
optional parameters to further configure how the account is modified
Optional
commitment?: "processed" | "confirmed" | "finalized"the commitment that the modify operation should reach before modifyAccount
returns, default is confirmed
Generated using TypeDoc
Clones an account.