{
"owner": String,
"nebula_token": String
}
owner
: address of the owner of theincentives-custody
contractnebula_token
: contract address of Nebula Token (NEB)
Transfers NEB tokens of amount
from the incentives custody contract to the caller. Only callable by the custody's owner (the incentives
in real cases)
{
"request_neb": {
"amount": Uint128
}
}
amount
: amount of NEB tokens to transfer
Updates the owner of the custody contract
{
"update_config": {
"owner": String
}
}
owner
: address of the new custody contract owner