Export

EthereumTransactionAccess

interface EthereumTransactionAccess {
    address?: string;
    storage_keys?: string[];
}

Properties

address?: string

Memberof

EthereumTransactionAccess

storage_keys?: string[]

Memberof

EthereumTransactionAccess