struct
Graphene::Operations::OP_withdraw_permission_create
- Graphene::Operations::OP_withdraw_permission_create
- Struct
- Value
- Object
Included Modules
- Graphene::Serialize::Composite(Graphene::Operations::OP_withdraw_permission_create)
Defined in:
bitshares-crystal/new_serializer.crConstructors
- .from_graphene_json(json : JSON::Any | Nil, args) : self
- .new(fee : Graphene::Operations::T_asset, withdraw_from_account : Graphene::Serialize::Tm_protocol_id_type(2_i8), authorized_account : Graphene::Serialize::Tm_protocol_id_type(2_i8), withdrawal_limit : Graphene::Operations::T_asset, withdrawal_period_sec : UInt32, periods_until_expiration : UInt32, period_start_time : Graphene::Serialize::T_time_point_sec)
- .unpack(io) : self
Instance Method Summary
- #authorized_account : Tm_protocol_id_type(ObjectType::Account)
- #fee : T_asset
- #period_start_time : T_time_point_sec
- #periods_until_expiration : UInt32
- #withdraw_from_account : Tm_protocol_id_type(ObjectType::Account)
- #withdrawal_limit : T_asset
- #withdrawal_period_sec : UInt32
Instance methods inherited from module Graphene::Serialize::Composite(Graphene::Operations::OP_withdraw_permission_create)
__all_instance_vars_from_graphene_json(json, args)
__all_instance_vars_from_graphene_json,
__all_instance_vars_unpack(io)
__all_instance_vars_unpack,
pack(io)
pack,
to_json(json : JSON::Builder) : Nil
to_json
Instance methods inherited from module Graphene::Serialize::Pack(Graphene::Operations::OP_withdraw_permission_create)
pack(io : BinaryIO)pack pack, to_graphene_json(graphene_address_prefix = "") : String to_graphene_json
Class methods inherited from module Graphene::Serialize::Pack(Graphene::Operations::OP_withdraw_permission_create)
from_graphene_json(data : JSON::Any | Nil, graphene_address_prefix = "")
from_graphene_json,
unpack(data : Bytes)
unpack
Constructor Detail
def self.new(fee : Graphene::Operations::T_asset, withdraw_from_account : Graphene::Serialize::Tm_protocol_id_type(2_i8), authorized_account : Graphene::Serialize::Tm_protocol_id_type(2_i8), withdrawal_limit : Graphene::Operations::T_asset, withdrawal_period_sec : UInt32, periods_until_expiration : UInt32, period_start_time : Graphene::Serialize::T_time_point_sec)
#