UNPKG

goosefx-amm-sdk

Version:

SDK for the GooseFx AMM

5 lines (3 loc) 316 B
declare const EMPTY_OWNER = "please provide owner in load() initialization or you can set by calling GfxCpmmClient.setOwner(owner)"; declare const EMPTY_CONNECTION = "please provide connection in load() initialization or set it by GfxCpmmClient.setConnection(connection)"; export { EMPTY_CONNECTION, EMPTY_OWNER };