pub fn insert_token_to_treasury_vault(
ctx: Context<'_, '_, '_, '_, InsertTokenToTreasuryVault<'_>>,
) -> Result<()>Expand description
Insert a token to the given TreasuryVaultConfig account.
ยงErrors
- The
tokenmust not have been inserted.
pub fn insert_token_to_treasury_vault(
ctx: Context<'_, '_, '_, '_, InsertTokenToTreasuryVault<'_>>,
) -> Result<()>Insert a token to the given TreasuryVaultConfig account.
token must not have been inserted.