Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xProject/0x-examples
/ KeypairConfig
Interface
KeypairConfig
solana-example/src/config.ts:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
});
19
20
interface
KeypairConfig {
21
keypair: Keypair;
22
isUserProvided: boolean;
23
}
24
25
export
interface
Config {
26
zeroexApiKey: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected