LeafSchemaArgs: {
    __kind: "V1";
    creatorHash: Uint8Array;
    dataHash: Uint8Array;
    delegate: PublicKey;
    id: PublicKey;
    nonce: number | bigint;
    owner: PublicKey;
} | {
    __kind: "V2";
    assetDataHash: Uint8Array;
    collectionHash: Uint8Array;
    creatorHash: Uint8Array;
    dataHash: Uint8Array;
    delegate: PublicKey;
    flags: number;
    id: PublicKey;
    nonce: number | bigint;
    owner: PublicKey;
}

Generated using TypeDoc