@debridge-finance/solana-contracts-client
Version:
[Docs](docs/README.md)
29 lines • 1.68 kB
TypeScript
export declare const PROGRAM_NAME = "DebridgeProgram";
export declare const SETTINGS_PROGRAM_NAME = "DebridgeSettingsProgram";
export declare const STATE_INITIALIZED_EVENT = "StateInitialized";
export declare const STATE_UPDATED_EVENT = "StateUpdated";
export declare const LOG_EVENT = "Log";
export declare const ORACLE_ADDED_EVENT = "OracleAdded";
export declare const ORACLE_REMOVED_EVENT = "OracleRemoved";
export declare const MINT_BRIDGE_CREATED_EVENT = "MintBridgeCreated";
export declare const SEND_BRIDGE_CREATED_EVENT = "SendBridgeCreated";
export declare const BRIDGED_EVENT = "Bridged";
export declare const TRANSFERRED_EVENT = "Transferred";
export declare const BRIDGE_MAX_AMOUNT_SETTED_EVENT = "BridgeMaxAmountSetted";
export declare const BRIDGE_MIN_RESERVED_BPS_SETTED_EVENT = "BridgeMinReservedBpsSetted";
export declare const BRIDGE_WORK_TOGGLED_EVENT = "BridgeWorkToggled";
export declare const SUPPORT_CHAIN_INFO_INITIALIZED_EVENT = "SupportChainInfoInitialized";
export declare const BRIDGE_FEE_INFO_INITIALIZED_EVENT = "BridgeFeeInfoInitialized";
export declare const DISCOUNT_INFO_INITIALIZED_EVENT = "DiscountInitialized";
export declare const ORACLE_ADDRESS_LENGTH = 20;
export declare const ORACLES_MAX_SIZE = 20;
export declare const REQUIRED_ORACLES_MAX_SIZE = 10;
export declare const BRIDGE_WORKING = 0;
export declare const BRIDGE_PAUSED = 1;
export declare const UNWRAP_ETH = 1;
export declare const REVERT_IF_EXTERNAL_FAIL = 2;
export declare const PROXY_WITH_SENDER = 4;
export declare const SEND_HASHED_DATA = 8;
export declare const SEND_TO_ATA: number;
export declare const EXT_CALL_STORAGE_OFFSET = 8;
//# sourceMappingURL=constants.d.ts.map