Iweb3Params: {
    web3_clientVersion: [];
    web3_sha3: ["0x68656c6c6f20776f726c64"];
}

Type declaration

  • web3_clientVersion: []

    Returns the current client version.

    Parameters

    none

    Returns

    String - The current client version

  • web3_sha3: ["0x68656c6c6f20776f726c64"]

    Returns Keccak-256 (not the standardized SHA3-256) of the given data.

    Parameters

    DATA - the data to convert into a SHA3 hash

    params: [
    "0x68656c6c6f20776f726c64"
    ]

    Returns

    DATA - The SHA3 result of the given string.

Generated using TypeDoc