- toBech32(String) - Static method in class one.harmony.account.Address
-
toBech32 method parses a hex address to compute Harmony one address (a Bech32
address)
- toString() - Method in class one.harmony.rpc.ShardingStructure.RPCRoutes
-
- Transaction - Class in one.harmony.transaction
-
Transaction class provides methods for Harmony transaction creation,
encoding, and signing.
- Transaction(long, String, int, int, BigInteger, long, BigInteger, byte[]) - Constructor for class one.harmony.transaction.Transaction
-
- Transfer - Class in one.harmony.cmd
-
Transfer class provides api for transfering funds between Harmony accounts.
- Transfer(String, String) - Constructor for class one.harmony.cmd.Transfer
-
Transfers default amount (0.0) using two Harmony addresses between same
shards (shard 0)
- Transfer(String, String, String) - Constructor for class one.harmony.cmd.Transfer
-
Transfers the specified amount using two Harmony addresses
- Transfer(String, String, String, long) - Constructor for class one.harmony.cmd.Transfer
-
Transfer the provided amount using the specified gasPrice
- Transfer(String, String, String, int, int) - Constructor for class one.harmony.cmd.Transfer
-
Transfer the specified amount between Harmony addresses using the specified
shards
- Transfer(String, String, String, int, int, String) - Constructor for class one.harmony.cmd.Transfer
-
Transfer the specified amount between Harmony addresses using the specified
shards and payload
- Transfer(String, String, String, long, int, int) - Constructor for class one.harmony.cmd.Transfer
-
Transfer the specified amount using the specified gas price and shards
- Transfer(String, String, String, long, int, int, String) - Constructor for class one.harmony.cmd.Transfer
-
- TxParams - Class in one.harmony.transaction
-
- TxParams() - Constructor for class one.harmony.transaction.TxParams
-