Current section

Files

Jump to
ex_golos lib ex_golos structured_ops transfer_to_vesting.ex
Raw

lib/ex_golos/structured_ops/transfer_to_vesting.ex

defmodule Golos.StructuredOps.TransferToVesting do
@enforce_keys [:to, :from, :amount, :token]
defstruct [:to, :from, :amount, :token]
end