github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/engine/access/rest/models/network.go (about) 1 package models 2 3 import ( 4 "github.com/onflow/flow-go/access" 5 ) 6 7 func (t *NetworkParameters) Build(params *access.NetworkParameters) { 8 t.ChainId = params.ChainID.String() 9 }