sriniSolana Playing Around
    Updated 2023-01-03
    select *, instr.value as signer_
    from solana.core.fact_transactions,
    lateral flatten(input => signers) instr
    where block_timestamp > '2022-12-01'
    and succeeded = True
    limit 100
    Run a query to Download Data