Type Alias CoreOwnershipWithSignatures

CoreOwnershipWithSignatures: Extract<ReturnType<typeof decode>, {
    schemaName: "coreOwnership";
}>