github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/pkg/neorpc/result/netfee.go (about)

     1  package result
     2  
     3  // NetworkFee represents a result of calculatenetworkfee RPC call.
     4  type NetworkFee struct {
     5  	Value int64 `json:"networkfee,string"`
     6  }