+2
-2
@@ -4,6 +4,6 @@
|
|||||||
{applications,[stdlib,kernel]},
|
{applications,[stdlib,kernel]},
|
||||||
{description,"Gajumaru interoperation library"},
|
{description,"Gajumaru interoperation library"},
|
||||||
{vsn,"0.9.0"},
|
{vsn,"0.9.0"},
|
||||||
{modules,[hakuzaru,hz,hz_fetcher,hz_format,hz_grids,
|
{modules,[hakuzaru,hz,hz_aaci,hz_fetcher,hz_format,hz_grids,
|
||||||
hz_key_master,hz_man,hz_sup]},
|
hz_key_master,hz_man,hz_sophia,hz_sup]},
|
||||||
{mod,{hakuzaru,[]}}]}.
|
{mod,{hakuzaru,[]}}]}.
|
||||||
|
|||||||
+2
-2
@@ -919,7 +919,7 @@ result(Received) -> Received.
|
|||||||
%% @doc
|
%% @doc
|
||||||
%% This function reads the source of a Sophia contract (an .aes file)
|
%% This function reads the source of a Sophia contract (an .aes file)
|
||||||
%% and returns the unsigned create contract call data with default values.
|
%% 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) ->
|
contract_create(CreatorID, Path, InitArgs) ->
|
||||||
case next_nonce(CreatorID) of
|
case next_nonce(CreatorID) of
|
||||||
@@ -1108,7 +1108,7 @@ contract_create2(CreatorID, Nonce, Gas, GasPrice, Amount, TTL, Name, Source, Opt
|
|||||||
%% @doc
|
%% @doc
|
||||||
%% This function takes the compiler output (instead of starting from source),
|
%% This function takes the compiler output (instead of starting from source),
|
||||||
%% and returns the unsigned create contract call data with default values.
|
%% 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) ->
|
contract_create_built(CreatorID, Compiled, InitArgs) ->
|
||||||
case next_nonce(CreatorID) of
|
case next_nonce(CreatorID) of
|
||||||
|
|||||||
Reference in New Issue
Block a user