struct Blockfrost::Transaction

Included Modules

Defined in:

blockfrost/cardano/transaction.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.delegations(hash : String) #

[View source]
def self.get(hash : String) #

[View source]
def self.metadata(hash : String) #

[View source]
def self.metadata_in_cbor(hash : String) #

[View source]
def self.mirs(hash : String) #

[View source]
def self.pool_retires(hash : String) #

[View source]
def self.pool_updates(hash : String) #

[View source]
def self.redeemers(hash : String) #

[View source]
def self.stakes(hash : String) #

[View source]
def self.submit(data : BodyData) #

[View source]
def self.utxos(hash : String) #

[View source]
def self.withdrawals(hash : String) #

[View source]

Instance Method Detail

def asset_mint_or_burn_count : Int32 #

[View source]
def block : String #

[View source]
def block_height : Int32 #

[View source]
def block_time : Time #

[View source]
def delegation_count : Int32 #

[View source]
def delegations #

[View source]
def deposit : Int128 #

[View source]
def fees : Int128 #

[View source]
def hash : String #
Description copied from class Object

Generates an UInt64 hash value for this object.

This method must have the property that a == b implies a.hash == b.hash.

The hash value is used along with == by the Hash class to determine if two objects reference the same hash key.

Subclasses must not override this method. Instead, they must define hash(hasher), though usually the macro def_hash can be used to generate this method.


[View source]
def index : Int32 #

[View source]
def invalid_before : Int32? #

[View source]
def invalid_hereafter : Int32? #

[View source]
def metadata #

[View source]
def metadata_in_cbor #

[View source]
def mir_cert_count : Int32 #

[View source]
def mirs #

[View source]
def output_amount : Array(Token) #

[View source]
def pool_retire_count : Int32 #

[View source]
def pool_retires #

[View source]
def pool_update_count : Int32 #

[View source]
def pool_updates #

[View source]
def redeemer_count : Int32 #

[View source]
def redeemers #

[View source]
def size : Int32 #

[View source]
def slot : Int32 #

[View source]
def stake_cert_count : Int32 #

[View source]
def stakes #

[View source]
def utxo_count : Int32 #

[View source]
def utxos #

[View source]
def valid_contract : Bool #

[View source]
def withdrawal_count : Int32 #

[View source]
def withdrawals #

[View source]