Coda by Ian Macalinao
    Preparing search index...
    interface TransferOutOfEscrowInstructionData {
        discriminator: number;
        transferOutOfEscrowArgs: TransferOutOfEscrowArgs;
    }
    Index

    Properties

    discriminator: number
    transferOutOfEscrowArgs: TransferOutOfEscrowArgs