Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 926 Bytes

File metadata and controls

15 lines (9 loc) · 926 Bytes

GetDeployableAddressRequest

Properties

Name Type Description Notes
chainDescriptor string The base asset identifier of the blockchain (legacyId) to calculate deterministic address [default to undefined]
templateId string The template identifier [default to undefined]
initParams Array<ParameterWithValue> The deploy function parameters and values of the contract template [default to undefined]
salt string The salt to calculate the deterministic address. Must be a number between 0 and 2^256 -1, for it to fit in the bytes32 parameter [default to undefined]

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