SolanaAccountsConfig: {
    bridgeProgram: string;
    memoProgram: string;
    owner: string;
    solVault: string;
    tokenBridgeV2Address: string;
    usdcDeposit: string;
    usdcDepositTokenAccount: string;
    usdcReceiver: string;
    usdcReceiverTokenAccount: string;
    vestingProgram: string;
}

Represents the configuration for Solana accounts.

Property

The address of the bridge program account.

Property

The address of the vesting program account.

Property

The address of the owner account.

Property

The address of the USDC receiver account.

Property

The address of the USDC receiver token account.

Property

The address of the USDC deposit account.

Property

The address of the USDC deposit token account.

Property

The address of the memo program account.

Property

The address of the SOL vault account.

Property

The address of the Token Bridge V2 account.

Type declaration

  • bridgeProgram: string
  • memoProgram: string
  • owner: string
  • solVault: string
  • tokenBridgeV2Address: string
  • usdcDeposit: string
  • usdcDepositTokenAccount: string
  • usdcReceiver: string
  • usdcReceiverTokenAccount: string
  • vestingProgram: string

Generated using TypeDoc