The result of requesting funds from an EVM faucet.

interface RequestFaucetResult {
    transactionHash: `0x${string}`;
}

Properties

Properties

transactionHash: `0x${string}`

The transaction hash.