@hiero-ledger/sdk
    Preparing search index...

    Class EthereumTransactionDataEip7702

    Hierarchy (View Summary)

    Index

    Properties

    accessList: AccessListItem[]
    authorizationList: AuthorizationItem[]

    Array of [chainId, contractAddress, nonce, yParity, r, s] tuples

    callData: Uint8Array<ArrayBufferLike>
    chainId: Uint8Array<ArrayBufferLike>
    gasLimit: Uint8Array<ArrayBufferLike>
    maxGas: Uint8Array<ArrayBufferLike>
    maxPriorityGas: Uint8Array<ArrayBufferLike>
    nonce: Uint8Array<ArrayBufferLike>
    r: Uint8Array<ArrayBufferLike>
    recId: Uint8Array<ArrayBufferLike>
    s: Uint8Array<ArrayBufferLike>
    to: Uint8Array<ArrayBufferLike>
    value: Uint8Array<ArrayBufferLike>

    Methods