Remove Warp Integration #4655
Annotations
10 errors
Run static analysis tests:
storage/storage.go#L329
not enough return values
|
Run static analysis tests
could not import github.com/ava-labs/hypersdk/examples/tokenvm/storage (-: # github.com/ava-labs/hypersdk/examples/tokenvm/storage
|
Run static analysis tests:
storage/storage.go#L329
not enough return values
|
Run static analysis tests
cannot use (*BurnAsset)(nil) (value of type *BurnAsset) as chain.Action value in variable declaration: *BurnAsset does not implement chain.Action (wrong type for method Execute)
|
Run static analysis tests
cannot use (*CloseOrder)(nil) (value of type *CloseOrder) as chain.Action value in variable declaration: *CloseOrder does not implement chain.Action (wrong type for method Execute)
|
Run static analysis tests
cannot use (*CreateAsset)(nil) (value of type *CreateAsset) as chain.Action value in variable declaration: *CreateAsset does not implement chain.Action (wrong type for method Execute)
|
Run static analysis tests
cannot use (*CreateOrder)(nil) (value of type *CreateOrder) as chain.Action value in variable declaration: *CreateOrder does not implement chain.Action (wrong type for method Execute)
|
Run static analysis tests
cannot use (*FillOrder)(nil) (value of type *FillOrder) as chain.Action value in variable declaration: *FillOrder does not implement chain.Action (wrong type for method Execute)
|
Run static analysis tests
cannot use (*MintAsset)(nil) (value of type *MintAsset) as chain.Action value in variable declaration: *MintAsset does not implement chain.Action (wrong type for method Execute)
|
Run static analysis tests
cannot use (*Transfer)(nil) (value of type *Transfer) as chain.Action value in variable declaration: *Transfer does not implement chain.Action (wrong type for method Execute)
|
Loading