Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
fremkit
master
Top Level Namespace
Array
Assembler
Curve
Point
DevP2P
Message
Messages
Disconnect
Reason
Hello
Ping
Pong
EVM
EVMRegisters
EVMAssembler
EVMOne
ExecutionContext
Fremkit
Address
Core
Block
MapState
State
TransitionFunction
Tx
Eth
AccountAddress
InvalidAddressFormatException
Net
Disc
V5
NodeID
Server
Service
Trees
MerkleTree
Trie
BranchNode
BranchNodeIndexException
EmptyNode
ExtNode
LeafNode
TrieNode
Utils
RLP
DecodeException
Hash
Int
KeyPair
Object
Registers
Slice
StaticArray
String
Tuple
VM
Built with Crystal 1.9.2
2023-10-07 16:07:13 UTC
abstract class
Fremkit::Core::Tx
Fremkit::Core::Tx
Reference
Object
Defined in:
core/tx.cr
Instance Method Summary
#from
: Address
#to
: Address
#value
: BigInt
Instance methods inherited from class
Object
from_rlp(rlp : Bytes) : Tuple(
self
, UInt32)
from_rlp
,
to_rlp : Bytes
to_rlp
Class methods inherited from class
Object
from_rlp(rlp : Bytes) : Tuple(
self
, UInt32)
from_rlp
Instance Method Detail
abstract def
from
:
Address
#
[
View source
]
abstract def
to
:
Address
#
[
View source
]
abstract def
value
: BigInt
#
[
View source
]