Name | Type | Description | Notes |
---|---|---|---|
BlockTime | Pointer to float32 | [optional] | |
Meta | Pointer to map[string]interface{} | [optional] | |
Slot | Pointer to float32 | [optional] | |
Transaction | Pointer to map[string]interface{} | [optional] |
func NewTransactionResult() *TransactionResult
NewTransactionResult instantiates a new TransactionResult object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTransactionResultWithDefaults() *TransactionResult
NewTransactionResultWithDefaults instantiates a new TransactionResult object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *TransactionResult) GetBlockTime() float32
GetBlockTime returns the BlockTime field if non-nil, zero value otherwise.
func (o *TransactionResult) GetBlockTimeOk() (*float32, bool)
GetBlockTimeOk returns a tuple with the BlockTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionResult) SetBlockTime(v float32)
SetBlockTime sets BlockTime field to given value.
func (o *TransactionResult) HasBlockTime() bool
HasBlockTime returns a boolean if a field has been set.
func (o *TransactionResult) GetMeta() map[string]interface{}
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *TransactionResult) GetMetaOk() (*map[string]interface{}, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionResult) SetMeta(v map[string]interface{})
SetMeta sets Meta field to given value.
func (o *TransactionResult) HasMeta() bool
HasMeta returns a boolean if a field has been set.
func (o *TransactionResult) GetSlot() float32
GetSlot returns the Slot field if non-nil, zero value otherwise.
func (o *TransactionResult) GetSlotOk() (*float32, bool)
GetSlotOk returns a tuple with the Slot field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionResult) SetSlot(v float32)
SetSlot sets Slot field to given value.
func (o *TransactionResult) HasSlot() bool
HasSlot returns a boolean if a field has been set.
func (o *TransactionResult) GetTransaction() map[string]interface{}
GetTransaction returns the Transaction field if non-nil, zero value otherwise.
func (o *TransactionResult) GetTransactionOk() (*map[string]interface{}, bool)
GetTransactionOk returns a tuple with the Transaction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TransactionResult) SetTransaction(v map[string]interface{})
SetTransaction sets Transaction field to given value.
func (o *TransactionResult) HasTransaction() bool
HasTransaction returns a boolean if a field has been set.