event-contracts-staking
StakingEthEvent
afterSignatureCheck
afterSignatureCheckReturns DAO event info in slice format.
function afterSignatureCheck(TvmSlice body, TvmCell /*message*/) private inline view returns (TvmSlice)Parameters:
Name
Type
Description
body
TvmSlice
Contains data such as functionId
TvmCell
Return values:
Type
Description
TvmSlice
DAO event represented in slice format
onConfirm
onConfirmConfirms an event.
function onConfirm() override internalonReject
onRejectTransfers gas to the initializer after rejection.
function onReject() override internalStakingTonEvent
afterSignatureCheck
afterSignatureCheckReturns DAO event info in slice format.
function afterSignatureCheck(TvmSlice body, TvmCell /*message*/) private inline view returns (TvmSlice)Parameters:
Name
Type
Description
body
TvmSlice
Contains data such as functionId
TvmCell
Return values:
Type
Description
TvmSlice
DAO event represented in slice format
Last updated
Was this helpful?