execute.gno

Execute

func Execute(
    proposalId uint64
) uint64 

Executes the given proposal.

Parameters

NameTypeDescription

proposalId

uint64

The ID of the proposal to execute.

Last updated