filecoin-project / go-state-types

Primitive and low level types used in chain state and actor method parameters
Other
25 stars 35 forks source link

feat: add SettleDealPayments method and types #248

Closed LexLuthr closed 5 months ago

LexLuthr commented 5 months ago

Fixes https://github.com/filecoin-project/go-state-types/issues/239

LexLuthr commented 5 months ago

@Stebalien I have updated the names as per the suggestions. I have not defined market.SettleDealPaymentsParams{} in gen.go since it is unwrapped and bitfield.Bitfield already has Marshal and Unmarshal methods.