Interface PreparatorySolanaTransaction

interface PreparatorySolanaTransaction {
    instructions: PreparatorySolanaInstruction[];
}

Properties

Properties