Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.74 KB

CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS.md

File metadata and controls

93 lines (50 loc) · 3.74 KB

CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS

Properties

Name Type Description Notes
ContractAddress string Defines the contract address in the blockchain for an ERC20 token.
FeeLimit string Defines the fee limit value.
Symbol string Defines the Token symbol.

Methods

NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS

func NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS(contractAddress string, feeLimit string, symbol string, ) *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS

NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS instantiates a new CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS 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

NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRISWithDefaults

func NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRISWithDefaults() *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS

NewCreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRISWithDefaults instantiates a new CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS 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

GetContractAddress

func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) GetContractAddress() string

GetContractAddress returns the ContractAddress field if non-nil, zero value otherwise.

GetContractAddressOk

func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) GetContractAddressOk() (*string, bool)

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

SetContractAddress

func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) SetContractAddress(v string)

SetContractAddress sets ContractAddress field to given value.

GetFeeLimit

func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) GetFeeLimit() string

GetFeeLimit returns the FeeLimit field if non-nil, zero value otherwise.

GetFeeLimitOk

func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) GetFeeLimitOk() (*string, bool)

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

SetFeeLimit

func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) SetFeeLimit(v string)

SetFeeLimit sets FeeLimit field to given value.

GetSymbol

func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) GetSymbol() string

GetSymbol returns the Symbol field if non-nil, zero value otherwise.

GetSymbolOk

func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) GetSymbolOk() (*string, bool)

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

SetSymbol

func (o *CreateFungibleTokenTransactionRequestFromAddressWithoutFeePriorityRIS) SetSymbol(v string)

SetSymbol sets Symbol field to given value.

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