Vaulta

claim.pomelo

Contract

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

  • approve

    approve grant claim

    Request Parameters
    round_id uint16
    grant_id name
    approved bool
  • cancel

    cancel grant funds

    Request Parameters
    round_id uint16
    grant_id name
  • claim

    Claim {{grant_id}} Grant from {{round_id}} Round, rewards are sent to registered funding account.

    Request Parameters
    funding_account name
  • claimlog

    Claim logging action

    Request Parameters
    round_id uint16
    grant_id name
    funding_account name
    author_user_id name
    claimed extended_asset
  • setclaim

    set grant claim

    Request Parameters
    round_id uint16
    grant_id name
    claim extended_asset
  • setconfig

    Set contract configuration

    Request Parameters
    config config_row?
  • Request Parameters
    round_ids uint16[]