Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ccl-wallet
master
CCL
Wallet
Action
Abstract
Signature
Stake
Transfer
Address
Client
Command
Address
Generate
Send
PrivKey
PubCompressed
Signature
Store
TxnHash
Built with Crystal 1.9.2
2023-10-07 10:39:00 UTC
struct
CCL::Wallet::Action::Stake
CCL::Wallet::Action::Stake
CCL::Wallet::Action::Abstract
Struct
Value
Object
Defined in:
ccl-wallet/action.cr
Constructors
.new
(staker : String, amount)
.new
(pull : JSON::PullParser)
Instance Method Summary
#staker
: String
Instance methods inherited from struct
CCL::Wallet::Action::Abstract
amount : UInt64
amount
,
hash : TxnHash
hash
,
sig : Signature | Nil
sig
,
sig=(sig : Signature | Nil)
sig=
,
timestamp : Int64
timestamp
Constructor methods inherited from struct
CCL::Wallet::Action::Abstract
new(pull : JSON::PullParser)
new
Constructor Detail
def self.
new
(staker : String, amount)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
staker
: String
#
[
View source
]