@statechannels/server-wallet > IncomingWalletConfig
IncomingWalletConfig type
This is the config accepted by the engine create method. It is the required config properties plus additional optional properties
Signature:
export declare type IncomingWalletConfig = RequiredWalletConfig & Partial<OptionalWalletConfig>;