Input options for:

  • AccountModule.getAccount,
  • AccountModule.getBytecode,
  • AccountModule.getStorage,
interface AccountInputOptions {
    revision?: Revision;
}

Properties

Properties

revision?: Revision

(Optional) The block number or ID to reference the bytecode version.