Skip to content

GetAccountResult

GetAccountResult<ErrorType>: object

Result of GetAccount Action

Type parameters

ParameterDefault
ErrorTypeGetAccountError

Type declaration

address

address: Address

Address of account

balance

balance?: bigint

Balance to set account to

deployedBytecode

deployedBytecode?: Hex

Contract bytecode to set account to

errors

errors?: ErrorType[]

Description of the exception, if any occurred

nonce

nonce?: bigint

Nonce to set account to

storageRoot

storageRoot?: Hex

Storage root to set account to

Source

result/GetAccountResult.ts:7


Generated using typedoc-plugin-markdown and TypeDoc