Ton.Wallet (ton v0.2.0)
Defines a wallet
Link to this section Summary
Link to this section Types
@type t() :: %Ton.Wallet{ initial_code: Ton.Cell.t(), initial_data: Ton.Cell.t(), public_key: binary(), wallet_id: integer(), workchain: integer() }
Link to this section Functions
Link to this function
create(public_key, workchain \\ 0, wallet_id \\ 698_983_191)
Link to this function
hash(wallet)
Link to this function
state_init_cell(wallet, cell \\ nil)
@spec state_init_cell(t(), Ton.Cell.t() | nil) :: Ton.Cell.t()