Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.6 KB

File metadata and controls

30 lines (21 loc) · 1.6 KB

GasslessStandardConfigurationsGaslessStandardConfigurationsValue

Properties

Name Type Description Notes
last_on_chain_check datetime [optional]
forwarder_addresses List[str] [optional]

Example

from fireblocks.models.gassless_standard_configurations_gasless_standard_configurations_value import GasslessStandardConfigurationsGaslessStandardConfigurationsValue

# TODO update the JSON string below
json = "{}"
# create an instance of GasslessStandardConfigurationsGaslessStandardConfigurationsValue from a JSON string
gassless_standard_configurations_gasless_standard_configurations_value_instance = GasslessStandardConfigurationsGaslessStandardConfigurationsValue.from_json(json)
# print the JSON string representation of the object
print(GasslessStandardConfigurationsGaslessStandardConfigurationsValue.to_json())

# convert the object into a dict
gassless_standard_configurations_gasless_standard_configurations_value_dict = gassless_standard_configurations_gasless_standard_configurations_value_instance.to_dict()
# create an instance of GasslessStandardConfigurationsGaslessStandardConfigurationsValue from a dict
gassless_standard_configurations_gasless_standard_configurations_value_from_dict = GasslessStandardConfigurationsGaslessStandardConfigurationsValue.from_dict(gassless_standard_configurations_gasless_standard_configurations_value_dict)

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