cost property

  1. @JsonKey(name: 'cost')
int? cost
final

Execution cost of app call transaction

Implementation

@JsonKey(name: 'cost')
final int? cost;