Type alias ParameterChangeAction

ParameterChangeAction: {
    action: {
        policyHash: Buffer | null;
        prevActionId: GovActionId | null;
        protocolParamUpdate: ProtocolParamUpdate;
    };
    type: PARAM_CHANGE_ACTION;
}

Type declaration