+2
-2
@@ -919,7 +919,7 @@ result(Received) -> Received.
|
||||
%% @doc
|
||||
%% This function reads the source of a Sophia contract (an .aes file)
|
||||
%% and returns the unsigned create contract call data with default values.
|
||||
%% For more control over exactly what those values are, use create_contract/8.
|
||||
%% For more control over exactly what those values are, use contract_create/8.
|
||||
|
||||
contract_create(CreatorID, Path, InitArgs) ->
|
||||
case next_nonce(CreatorID) of
|
||||
@@ -1108,7 +1108,7 @@ contract_create2(CreatorID, Nonce, Gas, GasPrice, Amount, TTL, Name, Source, Opt
|
||||
%% @doc
|
||||
%% This function takes the compiler output (instead of starting from source),
|
||||
%% and returns the unsigned create contract call data with default values.
|
||||
%% For more control over exactly what those values are, use create_contract/8.
|
||||
%% For more control over exactly what those values are, use contract_create/8.
|
||||
|
||||
contract_create_built(CreatorID, Compiled, InitArgs) ->
|
||||
case next_nonce(CreatorID) of
|
||||
|
||||
Reference in New Issue
Block a user