You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**abi** | [**List[AbiFunction]**](AbiFunction.md) | The abi of the contract |
8
+
**abi** | [**List[ContractAbiResponseDtoAbiInner]**](ContractAbiResponseDtoAbiInner.md) | The abi of the contract |
9
9
**implementation_abi** | [**List[AbiFunction]**](AbiFunction.md) | The abi of the implementation contract if exists. Relevant only for proxy patterns | [optional]
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/ContractUploadRequest.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
**docs** | [**ContractDoc**](ContractDoc.md) | A `natspec` compliant documentation json. Can be retrieved from the output json after compilation | [optional]
15
15
**abi** | [**List[AbiFunction]**](AbiFunction.md) | The abi of the contract template. Necessary for displaying and for after deployment encoding |
16
16
**attributes** | [**ContractAttributes**](ContractAttributes.md) | The attributes related to this contract template. It will be displayed in the tokenization page | [optional]
17
+
**protocol** | **str** | The protocol that the template will be used for | [optional]
**contract_id** | **str** | The id of the contract template that will be used to create the token |
9
9
**deploy_function_params** | [**List[ParameterWithValue]**](ParameterWithValue.md) | The deploy function parameters and values of the contract template | [optional]
10
-
**symbol** | **str** | The symbol of the token |
11
-
**name** | **str** | The name of the token |
10
+
**symbol** | **str** | The symbol for the token, typically an abbreviated representation. |
11
+
**name** | **str** | The name of the token or asset being created. |
12
12
**issuer_address** | **str** | The address of the issuer of this token. Will be part of the identifier of this token on chain. |
13
+
**decimals** | **int** | The number of decimal places the token supports (e.g., 9 for typical Solana tokens). |
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments