We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6458568 commit b514ea4Copy full SHA for b514ea4
relayer/relayer.go
@@ -13,7 +13,7 @@ type Options struct {
13
JWTAuthToken string
14
}
15
16
-// NewRpcRelayer creates a new Sequence Relayer client instance. See https://docs.sequence.xyz for a list of
+// NewRelayer creates a new Sequence Relayer client instance. See https://docs.sequence.xyz for a list of
17
// relayer urls, and please see https://sequence.build to get a `projectAccessKey`.
18
func NewRelayer(relayerURL string, projectAccessKey string, options ...Options) proto.RelayerClient {
19
opts := Options{}
0 commit comments