Coda by Ian Macalinao
    Preparing search index...
    interface TransferOwnershipInstructionData {
        discriminator: ReadonlyUint8Array;
        newOwner: Address;
    }
    Index

    Properties

    discriminator: ReadonlyUint8Array
    newOwner: Address