Coda by Ian Macalinao
    Preparing search index...

    Type Alias TransferOutOfEscrowInstructionData

    type TransferOutOfEscrowInstructionData = {
        discriminator: number;
        transferOutOfEscrowArgs: TransferOutOfEscrowArgs;
    }
    Index

    Properties

    discriminator: number
    transferOutOfEscrowArgs: TransferOutOfEscrowArgs