| Name | Type | Description | Notes |
|---|---|---|---|
| FromPublicKey | string | ||
| FromPublicKeyType | Pointer to string | [optional] | |
| Bytecode | string | ||
| AttoAlphAmount | Pointer to string | [optional] | |
| Tokens | Pointer to []Token | [optional] | |
| GasAmount | Pointer to int32 | [optional] | |
| GasPrice | Pointer to string | [optional] | |
| TargetBlockHash | Pointer to string | [optional] | |
| Group | Pointer to int32 | [optional] | |
| GasEstimationMultiplier | Pointer to float64 | [optional] | |
| DustAmount | Pointer to string | [optional] |
func NewBuildExecuteScriptTx(fromPublicKey string, bytecode string, ) *BuildExecuteScriptTx
NewBuildExecuteScriptTx instantiates a new BuildExecuteScriptTx 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 NewBuildExecuteScriptTxWithDefaults() *BuildExecuteScriptTx
NewBuildExecuteScriptTxWithDefaults instantiates a new BuildExecuteScriptTx 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 *BuildExecuteScriptTx) GetFromPublicKey() string
GetFromPublicKey returns the FromPublicKey field if non-nil, zero value otherwise.
func (o *BuildExecuteScriptTx) GetFromPublicKeyOk() (*string, bool)
GetFromPublicKeyOk returns a tuple with the FromPublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildExecuteScriptTx) SetFromPublicKey(v string)
SetFromPublicKey sets FromPublicKey field to given value.
func (o *BuildExecuteScriptTx) GetFromPublicKeyType() string
GetFromPublicKeyType returns the FromPublicKeyType field if non-nil, zero value otherwise.
func (o *BuildExecuteScriptTx) GetFromPublicKeyTypeOk() (*string, bool)
GetFromPublicKeyTypeOk returns a tuple with the FromPublicKeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildExecuteScriptTx) SetFromPublicKeyType(v string)
SetFromPublicKeyType sets FromPublicKeyType field to given value.
func (o *BuildExecuteScriptTx) HasFromPublicKeyType() bool
HasFromPublicKeyType returns a boolean if a field has been set.
func (o *BuildExecuteScriptTx) GetBytecode() string
GetBytecode returns the Bytecode field if non-nil, zero value otherwise.
func (o *BuildExecuteScriptTx) GetBytecodeOk() (*string, bool)
GetBytecodeOk returns a tuple with the Bytecode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildExecuteScriptTx) SetBytecode(v string)
SetBytecode sets Bytecode field to given value.
func (o *BuildExecuteScriptTx) GetAttoAlphAmount() string
GetAttoAlphAmount returns the AttoAlphAmount field if non-nil, zero value otherwise.
func (o *BuildExecuteScriptTx) GetAttoAlphAmountOk() (*string, bool)
GetAttoAlphAmountOk returns a tuple with the AttoAlphAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildExecuteScriptTx) SetAttoAlphAmount(v string)
SetAttoAlphAmount sets AttoAlphAmount field to given value.
func (o *BuildExecuteScriptTx) HasAttoAlphAmount() bool
HasAttoAlphAmount returns a boolean if a field has been set.
func (o *BuildExecuteScriptTx) GetTokens() []Token
GetTokens returns the Tokens field if non-nil, zero value otherwise.
func (o *BuildExecuteScriptTx) GetTokensOk() (*[]Token, bool)
GetTokensOk returns a tuple with the Tokens field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildExecuteScriptTx) SetTokens(v []Token)
SetTokens sets Tokens field to given value.
func (o *BuildExecuteScriptTx) HasTokens() bool
HasTokens returns a boolean if a field has been set.
func (o *BuildExecuteScriptTx) GetGasAmount() int32
GetGasAmount returns the GasAmount field if non-nil, zero value otherwise.
func (o *BuildExecuteScriptTx) GetGasAmountOk() (*int32, bool)
GetGasAmountOk returns a tuple with the GasAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildExecuteScriptTx) SetGasAmount(v int32)
SetGasAmount sets GasAmount field to given value.
func (o *BuildExecuteScriptTx) HasGasAmount() bool
HasGasAmount returns a boolean if a field has been set.
func (o *BuildExecuteScriptTx) GetGasPrice() string
GetGasPrice returns the GasPrice field if non-nil, zero value otherwise.
func (o *BuildExecuteScriptTx) GetGasPriceOk() (*string, bool)
GetGasPriceOk returns a tuple with the GasPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildExecuteScriptTx) SetGasPrice(v string)
SetGasPrice sets GasPrice field to given value.
func (o *BuildExecuteScriptTx) HasGasPrice() bool
HasGasPrice returns a boolean if a field has been set.
func (o *BuildExecuteScriptTx) GetTargetBlockHash() string
GetTargetBlockHash returns the TargetBlockHash field if non-nil, zero value otherwise.
func (o *BuildExecuteScriptTx) GetTargetBlockHashOk() (*string, bool)
GetTargetBlockHashOk returns a tuple with the TargetBlockHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildExecuteScriptTx) SetTargetBlockHash(v string)
SetTargetBlockHash sets TargetBlockHash field to given value.
func (o *BuildExecuteScriptTx) HasTargetBlockHash() bool
HasTargetBlockHash returns a boolean if a field has been set.
func (o *BuildExecuteScriptTx) GetGroup() int32
GetGroup returns the Group field if non-nil, zero value otherwise.
func (o *BuildExecuteScriptTx) GetGroupOk() (*int32, bool)
GetGroupOk returns a tuple with the Group field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildExecuteScriptTx) SetGroup(v int32)
SetGroup sets Group field to given value.
func (o *BuildExecuteScriptTx) HasGroup() bool
HasGroup returns a boolean if a field has been set.
func (o *BuildExecuteScriptTx) GetGasEstimationMultiplier() float64
GetGasEstimationMultiplier returns the GasEstimationMultiplier field if non-nil, zero value otherwise.
func (o *BuildExecuteScriptTx) GetGasEstimationMultiplierOk() (*float64, bool)
GetGasEstimationMultiplierOk returns a tuple with the GasEstimationMultiplier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildExecuteScriptTx) SetGasEstimationMultiplier(v float64)
SetGasEstimationMultiplier sets GasEstimationMultiplier field to given value.
func (o *BuildExecuteScriptTx) HasGasEstimationMultiplier() bool
HasGasEstimationMultiplier returns a boolean if a field has been set.
func (o *BuildExecuteScriptTx) GetDustAmount() string
GetDustAmount returns the DustAmount field if non-nil, zero value otherwise.
func (o *BuildExecuteScriptTx) GetDustAmountOk() (*string, bool)
GetDustAmountOk returns a tuple with the DustAmount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildExecuteScriptTx) SetDustAmount(v string)
SetDustAmount sets DustAmount field to given value.
func (o *BuildExecuteScriptTx) HasDustAmount() bool
HasDustAmount returns a boolean if a field has been set.