AbstractTransactionAllOfTxResult

July 14, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
HexstringHex string representing the value fo the transaction result
ReprstringReadable string of the transaction result

Methods

NewAbstractTransactionAllOfTxResult

func NewAbstractTransactionAllOfTxResult(hex string, repr string, ) *AbstractTransactionAllOfTxResult

NewAbstractTransactionAllOfTxResult instantiates a new AbstractTransactionAllOfTxResult 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

NewAbstractTransactionAllOfTxResultWithDefaults

func NewAbstractTransactionAllOfTxResultWithDefaults() *AbstractTransactionAllOfTxResult

NewAbstractTransactionAllOfTxResultWithDefaults instantiates a new AbstractTransactionAllOfTxResult 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

GetHex

func (o *AbstractTransactionAllOfTxResult) GetHex() string

GetHex returns the Hex field if non-nil, zero value otherwise.

GetHexOk

func (o *AbstractTransactionAllOfTxResult) GetHexOk() (*string, bool)

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

SetHex

func (o *AbstractTransactionAllOfTxResult) SetHex(v string)

SetHex sets Hex field to given value.

GetRepr

func (o *AbstractTransactionAllOfTxResult) GetRepr() string

GetRepr returns the Repr field if non-nil, zero value otherwise.

GetReprOk

func (o *AbstractTransactionAllOfTxResult) GetReprOk() (*string, bool)

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

SetRepr

func (o *AbstractTransactionAllOfTxResult) SetRepr(v string)

SetRepr sets Repr field to given value.

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