There are some methods missing from the miner actor, but exist in the builtin actors: - `MaxTerminationFeeExported` exist in the V16 [bultin-actor](https://github.com/filecoin-project/builtin-actors/blob/b08f0b056a9e7e91bc05e112a4fb9f8ce3ab9d00/actors/miner/src/lib.rs#L161), the parameter itself is [exist](https://github.com/filecoin-project/go-state-types/blob/f7160bbbc5ad8809cd924618d28332717929e8cb/builtin/v16/miner/miner_types.go#L520), but the method is missing. - `InitialPledgeExported` exist in the V16 [builtin-actor](https://github.com/filecoin-project/builtin-actors/blob/b08f0b056a9e7e91bc05e112a4fb9f8ce3ab9d00/actors/miner/src/lib.rs#L162) - `GetBeneficiaryExported` should exist from V10 to rest of the versions.