Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.85 KB

BurnRecord.md

File metadata and controls

72 lines (39 loc) · 1.85 KB

BurnRecord

Properties

Name Type Description Notes
Code int32
GasBurned int64

Methods

NewBurnRecord

func NewBurnRecord(code int32, gasBurned int64, ) *BurnRecord

NewBurnRecord instantiates a new BurnRecord 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

NewBurnRecordWithDefaults

func NewBurnRecordWithDefaults() *BurnRecord

NewBurnRecordWithDefaults instantiates a new BurnRecord 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

GetCode

func (o *BurnRecord) GetCode() int32

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *BurnRecord) GetCodeOk() (*int32, bool)

GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode

func (o *BurnRecord) SetCode(v int32)

SetCode sets Code field to given value.

GetGasBurned

func (o *BurnRecord) GetGasBurned() int64

GetGasBurned returns the GasBurned field if non-nil, zero value otherwise.

GetGasBurnedOk

func (o *BurnRecord) GetGasBurnedOk() (*int64, bool)

GetGasBurnedOk returns a tuple with the GasBurned field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGasBurned

func (o *BurnRecord) SetGasBurned(v int64)

SetGasBurned sets GasBurned field to given value.

[Back to Model list] [Back to API list] [Back to README]