Vaulta

drops

Contract

The actions for this contract with their input parameters and potential response data.

  • bind

    Bind Drop(s)

    Request Parameters
    owner name
    droplet_ids uint64[]
    Response Object
    bind int64
  • bytescost

    bytescost

    Request Parameters
    quantity asset
    Response Object
    bytescost int64
  • claim

    Claim remaining RAM balance

    Request Parameters
    owner name
    Response Object
    claim int64
  • destroy

    Destroy Drop(s)

    Request Parameters
    owner name
    droplet_ids uint64[]
    memo string?
    to_notify name?
    Response Object
    unbound_destroyed int64
    bytes_reclaimed int64
  • enable

    Enable Drops contrat

    Request Parameters
    enabled bool
  • generate

    Generate Drop(s)

    Request Parameters
    owner name
    bound bool
    amount uint32
    data string
    to_notify name?
    memo string?
    Response Object
    bytes_used int64
    bytes_balance int64
  • lock

    Lock Drop(s)

    Request Parameters
    owner name
    droplet_ids uint64[]
  • logdestroy

    logdestroy

    Request Parameters
    owner name
    drops drop_row[]
    destroyed int64
    unbound_destroyed int64
    bytes_reclaimed int64
    memo string?
    to_notify name?
  • logdrops

    logdrops

    Request Parameters
    owner name
    amount int64
    before_drops int64
    drops int64
  • loggenerate

    loggenerate

    Request Parameters
    owner name
    drops drop_row[]
    generated int64
    bytes_used int64
    bytes_balance int64
    data string
    to_notify name?
    memo string?
  • logrambytes

    logrambytes

    Request Parameters
    owner name
    bytes int64
    before_ram_bytes int64
    ram_bytes int64
  • open

    Open account balance

    Request Parameters
    owner name
    Response Object
    open bool
  • ramcost

    ramcost

    Request Parameters
    bytes int64
    Response Object
    ramcost asset
  • transfer

    Transfer Drop(s)

    Request Parameters
    from name
    to name
    droplet_ids uint64[]
    memo string?
  • unbind

    Unbind Drop(s)

    Request Parameters
    owner name
    droplet_ids uint64[]
    Response Object
    unbind int64
  • unlock

    Unlock Drop(s)

    Request Parameters
    owner name
    droplet_ids uint64[]