[chain/transaction] Introduce Multi-Action Support #3520
Annotations
10 errors
Run unit tests:
chain/builder.go#L365
result.Consumed undefined (type []*Result has no field or method Consumed)
|
Run unit tests:
chain/builder.go#L369
result.Consumed undefined (type []*Result has no field or method Consumed)
|
Run unit tests:
chain/builder.go#L387
cannot use result (variable of type []*Result) as *Result value in argument to append
|
Run unit tests:
chain/processor.go#L96
cannot use result (variable of type []*Result) as *Result value in assignment
|
Run unit tests:
chain/processor.go#L100
result.Consumed undefined (type []*Result has no field or method Consumed)
|
Run unit tests:
chain/transaction.go#L136
undefined: set
|
Run unit tests:
chain/transaction.go#L139
t.Action undefined (type *Transaction has no field or method Action)
|
Run unit tests:
chain/transaction.go#L141
no new variables on left side of :=
|
Run unit tests:
chain/transaction.go#L168
cannot use k (variable of type "github.com/ava-labs/hypersdk/state".Permissions) as string value in argument to keys.Valid
|
Run unit tests:
chain/transaction.go#L171
undefined: v
|
Loading