[chain] Introduce Multi-Actions and Outputs in Transactions #4695
tokenvm-static-analysis.yml
on: pull_request
tokenvm-lint
39s
Annotations
10 errors
tokenvm-lint
cannot use (*BurnAsset)(nil) (value of type *BurnAsset) as chain.Action value in variable declaration: *BurnAsset does not implement chain.Action (missing method GetActionID)
|
tokenvm-lint
cannot use &burn (value of type *BurnAsset) as chain.Action value in return statement: *BurnAsset does not implement chain.Action (missing method GetActionID)
|
tokenvm-lint
cannot use (*CloseOrder)(nil) (value of type *CloseOrder) as chain.Action value in variable declaration: *CloseOrder does not implement chain.Action (missing method GetActionID)
|
tokenvm-lint
cannot use &cl (value of type *CloseOrder) as chain.Action value in return statement: *CloseOrder does not implement chain.Action (missing method GetActionID)
|
tokenvm-lint
cannot use (*CreateAsset)(nil) (value of type *CreateAsset) as chain.Action value in variable declaration: *CreateAsset does not implement chain.Action (missing method GetActionID)
|
tokenvm-lint
cannot use &create (value of type *CreateAsset) as chain.Action value in return statement: *CreateAsset does not implement chain.Action (missing method GetActionID)
|
tokenvm-lint
cannot use (*CreateOrder)(nil) (value of type *CreateOrder) as chain.Action value in variable declaration: *CreateOrder does not implement chain.Action (missing method GetActionID)
|
tokenvm-lint
cannot use (*FillOrder)(nil) (value of type *FillOrder) as chain.Action value in variable declaration: *FillOrder does not implement chain.Action (missing method GetActionID)
|
tokenvm-lint
cannot use (*MintAsset)(nil) (value of type *MintAsset) as chain.Action value in variable declaration: *MintAsset does not implement chain.Action (missing method GetActionID)
|
tokenvm-lint
cannot use (*Transfer)(nil) (value of type *Transfer) as chain.Action value in variable declaration: *Transfer does not implement chain.Action (missing method GetActionID)
|