Current section
Files
Jump to
Current section
Files
lib/ex_golos/raw_ops/account_create.ex
defmodule Golos.RawOps.AccountCreate do
@enforce_keys [:active, :json_metadata, :memo_key, :new_account_name, :owner, :posting]
defstruct [:active, :json_metadata, :memo_key, :new_account_name, :owner, :posting]
end