struct Blockfrost::Transaction::PoolUpdate

Included Modules

Defined in:

blockfrost/cardano/transaction.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def active_epoch : Int32 #

[View source]
def cert_index : Int32 #

[View source]
def fixed_cost : Int128 #

[View source]
def margin_cost : Float64 #

[View source]
def metadata : Metadata? #

[View source]
def owners : Array(String) #

[View source]
def pledge : Int128 #

[View source]
def pool_id : String #

[View source]
def relays : Array(Relay) #

[View source]
def reward_account : String #

[View source]
def vrf_key : String #

[View source]