pub async fn add_glm_request(
conn: &SqlitePool,
chain_setup: &ChainSetup,
token_amount: U256,
payment_id: &str,
payer_addr: Address,
receiver_addr: Address,
) -> Result<TransferInDbObj, PaymentError>pub async fn add_glm_request(
conn: &SqlitePool,
chain_setup: &ChainSetup,
token_amount: U256,
payment_id: &str,
payer_addr: Address,
receiver_addr: Address,
) -> Result<TransferInDbObj, PaymentError>