deth.util.types

Undocumented in source.

Members

Aliases

Address
alias Address = ubyte[20]
Undocumented in source.
Hash
alias Hash = ubyte[32]
Undocumented in source.
bytes
alias bytes = ubyte[]
Undocumented in source.
toHexString
alias toHexString = toHexStringT!(LetterCase.lower)
Undocumented in source.

Functions

convTo
To convTo(_From f)
Undocumented in source. Be warned that the author may not have intended to support it.
hexToBytes
bytes hexToBytes(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
ox
auto ox(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
padLeft
bytes padLeft(bytes data, ubyte b, ulong count)
Undocumented in source. Be warned that the author may not have intended to support it.
padRight
bytes padRight(bytes data, ubyte b, ulong count)
Undocumented in source. Be warned that the author may not have intended to support it.
toHex
string toHex(const(BigInt) x)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Log
struct Log
Undocumented in source.
Transaction (from deth.util.transaction)
struct Transaction via public import deth.util.transaction : Transaction;
Undocumented in source.
TransactionInfo
struct TransactionInfo
Undocumented in source.
TransactionReceipt
struct TransactionReceipt
Undocumented in source.

Meta